.text-red {
    color: #FF0000;
}

ul li {
    list-style: none;
}
.col-md-6 p{
 color: #333;
}
.text-gray {
    color: #666666;
}

.head_top {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    padding: 0 50px;
}

.head_top a {
    display: block;
    font-size: 12px;
}

.head_top ul {
    display: flex;
}

.head_top ul li {
    flex: 1;
    font-size: 12px;
    padding: 0 10px;
    position: relative;
}

.head_top ul li.border_right::after {
    content: '';
    display: block;
    height: 14px;
    width: 1px;
    background-color: #666666;
    position: absolute;
    right: 0;
    top: 13px;
}

#navbar a span {
    font-size: 18px;
    color: #333333;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.inner_box {
    display: flex;
    width: 1400px;
    height: 120px;
    margin: 0 auto;
}

.inner_box .item {
    flex: 1;
    color: #ffffff;
    display: flex;
}

.bottom_flex {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 33;
}

.bottom_flex .inner_box .item:hover {
    background-color: #418BCA;
}

.inner_box .item img {
    width: 54px;
    height: 54px;
    display: block;
    margin: 33px;
    margin-right: 15px;
}

.inner_box .text {
    margin-top: 33px;
}

.inner_box .text p {
    padding: 0;
    margin: 0;
}

.company_box {
    /*padding-left: 44px;*/
    background-color: #ffffff;
}

.company_box.col-md-6 {
    margin: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.company_info .gs_logo {
    display: block;
    /*width: 181px;*/
    height: 181px;
}

.border_bottom {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0;
}

.more {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.problem_box .item {
    padding: 0;
    border: 1px solid #f5f5f5;
    padding: 25px 30px;
}

.problem_box .item .date h2 {
    font-size: 36px;
    color: #666666;
}

.problem_box .item .date p {
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    border-bottom: 1px solid #E5E5E5;
}

.problem_box .item .title {
    font-size: 17px;
    color: #333333;
    line-height: 32px;
}

.problem_box .item .desc {
    font-size: 14px;
    color: #999999;
}

.problem_box .showImg {
    height: 600px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.problem_box .item:hover {
    background-color: #418BCA;
}

.problem_box .item:hover .title,
.problem_box .item:hover .date h2,
.problem_box .item:hover .date p,
.problem_box .item:hover .desc {
    color: #ffffff;
}

.logos {
    margin-top: 110px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px;
}

.logos .title {
    font-size: 40px;
}

.logos .desc {
    font-size: 14px;
    line-height: 22px;
}

.logos .col-md-2 {
    height: 108px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.logos .col-md-2 img {
    margin: 10px;
    background-color: rgba(195, 194, 194, 0.2);
}

.logos .col-md-2 img:hover {
    margin: 10px;
    background-color: rgba(60, 60, 60, 0.2);
}

.logos .tellUs {
    font-size: 18px;
    line-height: 56px;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    padding-right: 50px;
    cursor: pointer;
    background: url(/assets/home/images/img/jiantou2.png) no-repeat 100px center;
    background-size: 20px;
}

.counsel {
    background: url(/assets/home/images/img/lianxiwomenbg.png) no-repeat;
    background-size: 100% 100%;
}

.counsel .left {
    position: relative;
}

.counsel .btm {
    position: absolute;
    bottom: 0;
    background-color: rgba(78, 78, 78, 0.8);
    color: #ffffff;
    text-align: center;
}

.counsel .left {
    padding: 0;
    margin: 0;
}

.counsel .btm .col-md-4 {
    padding: 20px 0;
}

.counsel .btm .col-md-4 p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}

.counsel .right {
    background-color: #ffffff;
    /* padding: 50px 58px; */
}

.counsel .right .sign {
    font-size: 18px;
    color: #666666;
    padding: 0;
    margin: 0;
    padding-top: 50px;
}

.counsel .right h2 {
    /* font-size: 40px; */
    color: #333333;
    position: relative;
    line-height: 60px;
    margin: 0;
}

.counsel .right h2::after {
    content: '';
    height: 2px;
    background-color: #418bca;
    width: 76px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.counsel .right .desc {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    padding: 13px 0;
}

.counsel .right input {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    outline: none;
    background-color: #EEEEEE;
    font-size: 16px;
    color: #999999;
    text-indent: 23px;
    background-image: url(/assets/home/images/img/ico3.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding-right: 30px;
}

.counsel .right .ipt {
    margin: 20px 0;
}

.counsel .right .phone input {
    background-image: url(/assets/home/images/img/ico2.png);
}

.counsel .right .name input {
    background-image: url(/assets/home/images/img/ico1.png);
}

.subm {
    width: 100%;
    color: #FFFFFF;
    background-color: #418BCA;
    line-height: 54px;
    font-size: 18px;
    margin-bottom: 50px;
}

.sg1,
.sg2 {
    padding: 0;
}

.sg1 img {
    width: 30px;
    margin-top: 30px;
}

.sg2 h2 {
    font-size: 16px;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

.row .askme {
    margin-right: -80px !important;
    margin-left: -20px !important;
}

.sg1 {
    float: left;
}

.sg2 {
    float: right;
}

.problem_box .showImg img {
    height: 600px;
    object-fit: cover;
}

.askme .col-md-2 .sg2 p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.sg2 .spn {
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
    font-size: 14px;
    color: #7E8087;
    border: 1px solid #7E8087;
    border-radius: 5px;
    margin: 20px 0;
    cursor: pointer;
}

.askme .col-md-2 h2 {
    font-size: 16px;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: Regular;
    cursor: pointer;
}

.askme .col-md-2 p {
    font-size: 12px;
    color: #7E8087;
    cursor: pointer;
}

.askme .col-md-2 p span {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.banner .inner_box111 {
    position: absolute;
    margin: 100px auto;
    text-align: center;
    color: #ffffff;
    width: 100%;
    top: 40%;
    transform: translateY(-52%);
}

.banner .inner_box111 h2 {
    font-size: 60px;
    line-height: 80px;
}

.banner .inner_box111 p {
    font-size: 26px;
    line-height: 60px;
    margin-top: 20px;
}

.banner .inner_box111 p span {
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    line-height: 35px;
    cursor: pointer;
}

.nav-product {
    display: none;
    width: 620px;
    position: absolute;
    /* top: 0 ; */
    left: 0;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.07), 0 2px 5px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.07), 0 2px 5px rgba(0, 0, 0, 0.07);
    transition: all .3s;
}

.nav-product li {
    width: 240px;
    margin: 0 15px 10px;
    float: left;
}

.nav-product li a {
    display: block;
    padding: 14px 10px 13px 0;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.nav-product li a>img {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    margin-top: 22px;
}

.nav-product li .info {
    width: 184px;
}

.nav-product li h3 {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav-product li .hot {
    display: inline-block;
    margin-left: 5px;
}

.nav-product li p {
    padding-top: 6px;
    font-size: 12px;
    line-height: 1;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#productInfo {
    display: none;
    background-color: #f5f5f5;
    /* text-align: center; */
    line-height: 50px;
    font-size: 14px;
}

.bannerImg {
    display: none;
}

.bannerBg {
    margin-top: 50px;
}

.dynamic .item {
    /* padding: 60px 0; */
    border-bottom: 1px solid #E2E2E2;
}

.dynamic .item .lt div {
    width: 106px;
    color: #999999;
    text-align: center;
}

.dynamic .item .lt div h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 44px;
    border-bottom: 1px solid #E2E2E2;
}

.dynamic .item .lt div p {
    font-size: 14px;
    padding: 5px 0;
}

.dynamic .item .rt h2 {
    margin: 0;
    font-size: 28px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dynamic .item .rt p {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dynamic .item .rt .more {
    display: inline-block;
    padding-right: 10px;
    background: url(/assets/home/images/img/right.png) no-repeat right center;
    background-size: 7px;
}

.dynamic .item .rt .lookNum {
    display: inline-block;
    margin-left: 20px;
    text-indent: 20px;
    background: url(/assets/home/images/img/eyes.png) no-repeat left center;
    padding-right: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.section .container span {
    font-size: 14px;
    color: #333333;
}

.section .container .textLg {
    font-size: 44px;
    color: #FFC008;
    font-weight: bold;
}

.section .container .advice {
    display: inline-block;
    width: 200px;
    line-height: 42px;
    font-size: 18px;
    color: #418BCA;
    border: 1px solid #418BCA;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    background: url(/assets/home/images/img/gsjiantou.png) no-repeat right 10px center;
}

.bgWord {
    background: url(/assets/home/images/img/mapBg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 130px 0 220px 0;
}

.bgWord .col-md-4 span {
    display: inline-block;
    font-size: 18px;
    width: 190px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #418BCA;
    border-radius: 50px;
    margin: 20px 0;
    cursor: pointer;
}

.bgWord .col-md-4 p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    margin-bottom: 30px;
}

.job .edit {
    padding: 50px 0 150px 100px;
}

.newTitle {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
}

.newTitle h2 {
    font-size: 26px;
    color: #222222;
    line-height: 40px;
}

.newTitle p {
    font-size: 13px;
    color: #222222;
    line-height: 30px;
}

.newDetail {
    /* padding: 50px; */
}

.nextAndPre .col-md-6 {
    border: 1px solid #E5E5E5;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}

.nextAndPre .col-md-6:hover {
    background-color: #418BCA;
    color: #ffffff;
}